projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d35ab
)
(esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region.
author
Juri Linkov
<juri@jurta.org>
Thu, 18 Oct 2007 00:07:04 +0000
(
00:07
+0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 18 Oct 2007 00:07:04 +0000
(
00:07
+0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 5080eb8c3b02032e964350dec1d4d4919de54dd9..2ca7c8afea82a573bcec2d3a33cf6280a7f04132 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-1041,7
+1041,7
@@
language you are using."
(define-key ctl-x-map "rw" 'window-configuration-to-register)
(define-key ctl-x-map "rf" 'frame-configuration-to-register)
-(define-key esc-map "q" 'fill-paragraph
-or-region
)
+(define-key esc-map "q" 'fill-paragraph)
(define-key ctl-x-map "." 'set-fill-prefix)
\f
(define-key esc-map "{" 'backward-paragraph)